﻿2026-06-21T11:54:04.4109762Z ##[group]Run set -euo pipefail
2026-06-21T11:54:04.4110761Z [36;1mset -euo pipefail[0m
2026-06-21T11:54:04.4111591Z [36;1mPIN=0c95435[0m
2026-06-21T11:54:04.4112376Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T11:54:04.4113367Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T11:54:04.4114697Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T11:54:04.4116416Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T11:54:04.4118136Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T11:54:04.4119588Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T11:54:04.4120494Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T11:54:04.4121559Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T11:54:04.4122875Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T11:54:04.4124242Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T11:54:04.4125206Z [36;1mfi[0m
2026-06-21T11:54:04.4126308Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T11:54:04.4141994Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T11:54:04.4143113Z env:
2026-06-21T11:54:04.4143818Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T11:54:04.4144728Z ##[endgroup]
2026-06-21T11:54:04.6868462Z    Compiling proc-macro2 v1.0.106
2026-06-21T11:54:04.6870025Z    Compiling quote v1.0.45
2026-06-21T11:54:04.6870868Z    Compiling unicode-ident v1.0.24
2026-06-21T11:54:04.6872077Z    Compiling libc v0.2.186
2026-06-21T11:54:04.6872892Z    Compiling serde_core v1.0.228
2026-06-21T11:54:04.6873702Z    Compiling cfg-if v1.0.4
2026-06-21T11:54:04.6892679Z    Compiling serde v1.0.228
2026-06-21T11:54:04.6923221Z    Compiling log v0.4.32
2026-06-21T11:54:04.6968848Z    Compiling pin-project-lite v0.2.17
2026-06-21T11:54:04.6996407Z    Compiling portable-atomic v1.13.1
2026-06-21T11:54:04.7049928Z    Compiling typenum v1.20.1
2026-06-21T11:54:04.7138660Z    Compiling version_check v0.9.5
2026-06-21T11:54:04.7182279Z    Compiling memchr v2.8.1
2026-06-21T11:54:04.7184079Z    Compiling shlex v2.0.1
2026-06-21T11:54:04.7185126Z    Compiling critical-section v1.2.0
2026-06-21T11:54:04.7432092Z    Compiling find-msvc-tools v0.1.9
2026-06-21T11:54:04.7870352Z    Compiling bytes v1.11.1
2026-06-21T11:54:04.7941568Z    Compiling futures-core v0.3.32
2026-06-21T11:54:04.8280836Z    Compiling subtle v2.6.1
2026-06-21T11:54:04.9621452Z    Compiling smallvec v1.15.1
2026-06-21T11:54:04.9661092Z    Compiling equivalent v1.0.2
2026-06-21T11:54:04.9868410Z    Compiling itoa v1.0.18
2026-06-21T11:54:05.0242431Z    Compiling semver v1.0.28
2026-06-21T11:54:05.0311628Z    Compiling stable_deref_trait v1.2.1
2026-06-21T11:54:05.0376855Z    Compiling futures-sink v0.3.32
2026-06-21T11:54:05.0664535Z    Compiling futures-io v0.3.32
2026-06-21T11:54:05.0948305Z    Compiling slab v0.4.12
2026-06-21T11:54:05.1203440Z    Compiling generic-array v0.14.7
2026-06-21T11:54:05.1441317Z    Compiling futures-channel v0.3.32
2026-06-21T11:54:05.1571824Z    Compiling futures-task v0.3.32
2026-06-21T11:54:05.1758300Z    Compiling rustversion v1.0.22
2026-06-21T11:54:05.2251583Z    Compiling hashbrown v0.17.1
2026-06-21T11:54:05.2741019Z    Compiling bitflags v2.12.1
2026-06-21T11:54:05.3090611Z    Compiling cpufeatures v0.2.17
2026-06-21T11:54:05.3440964Z    Compiling fnv v1.0.7
2026-06-21T11:54:05.3630979Z    Compiling rustc_version v0.4.1
2026-06-21T11:54:05.3721639Z    Compiling cfg_aliases v0.2.1
2026-06-21T11:54:05.3772512Z    Compiling strsim v0.11.1
2026-06-21T11:54:05.3931786Z    Compiling rand_core v0.10.1
2026-06-21T11:54:05.4091714Z    Compiling litemap v0.8.2
2026-06-21T11:54:05.4670723Z    Compiling writeable v0.6.3
2026-06-21T11:54:05.4830836Z    Compiling ident_case v1.0.1
2026-06-21T11:54:05.5391014Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T11:54:05.5510661Z    Compiling getrandom v0.4.2
2026-06-21T11:54:05.6259718Z    Compiling dunce v1.0.5
2026-06-21T11:54:05.6682871Z    Compiling icu_properties_data v2.2.0
2026-06-21T11:54:05.6961470Z    Compiling fs_extra v1.3.0
2026-06-21T11:54:05.7299840Z    Compiling utf8_iter v1.0.4
2026-06-21T11:54:05.7706246Z    Compiling autocfg v1.5.1
2026-06-21T11:54:05.8350856Z    Compiling percent-encoding v2.3.2
2026-06-21T11:54:05.8894258Z    Compiling http v1.4.1
2026-06-21T11:54:05.9040888Z    Compiling thiserror v2.0.18
2026-06-21T11:54:05.9465436Z    Compiling cpufeatures v0.3.0
2026-06-21T11:54:05.9530609Z    Compiling unicode-segmentation v1.13.3
2026-06-21T11:54:06.0001276Z    Compiling aws-lc-rs v1.17.0
2026-06-21T11:54:06.0531217Z    Compiling scopeguard v1.2.0
2026-06-21T11:54:06.0621037Z    Compiling chacha20 v0.10.0
2026-06-21T11:54:06.1250677Z    Compiling indexmap v2.14.0
2026-06-21T11:54:06.1672108Z    Compiling lock_api v0.4.14
2026-06-21T11:54:06.2092328Z    Compiling form_urlencoded v1.2.2
2026-06-21T11:54:06.2231170Z    Compiling untrusted v0.9.0
2026-06-21T11:54:06.2270895Z    Compiling syn v2.0.117
2026-06-21T11:54:06.2510990Z    Compiling heck v0.5.0
2026-06-21T11:54:06.2721225Z    Compiling rustls v0.23.40
2026-06-21T11:54:06.3040705Z    Compiling atomic-waker v1.1.2
2026-06-21T11:54:06.3201334Z    Compiling unicode-xid v0.2.6
2026-06-21T11:54:06.3841212Z    Compiling const-oid v0.10.2
2026-06-21T11:54:06.4301211Z    Compiling anyhow v1.0.102
2026-06-21T11:54:06.4371156Z    Compiling zerocopy v0.8.50
2026-06-21T11:54:06.4410634Z    Compiling httparse v1.10.1
2026-06-21T11:54:06.4481642Z    Compiling paste v1.0.15
2026-06-21T11:54:06.4488186Z    Compiling parking_lot_core v0.9.12
2026-06-21T11:54:06.4711069Z    Compiling convert_case v0.10.0
2026-06-21T11:54:06.5082448Z    Compiling num-traits v0.2.19
2026-06-21T11:54:06.5920822Z    Compiling jobserver v0.1.34
2026-06-21T11:54:06.5922797Z    Compiling hybrid-array v0.4.12
2026-06-21T11:54:06.6302300Z    Compiling curve25519-dalek v4.1.3
2026-06-21T11:54:06.6941207Z    Compiling ahash v0.8.12
2026-06-21T11:54:06.7130933Z    Compiling fastrand v2.4.1
2026-06-21T11:54:06.7680800Z    Compiling either v1.16.0
2026-06-21T11:54:06.7780697Z    Compiling powerfmt v0.2.0
2026-06-21T11:54:06.8781134Z    Compiling crypto-common v0.1.7
2026-06-21T11:54:06.8861076Z    Compiling block-buffer v0.10.4
2026-06-21T11:54:06.9061036Z    Compiling base64ct v1.8.3
2026-06-21T11:54:06.9550689Z    Compiling cc v1.2.63
2026-06-21T11:54:06.9970016Z    Compiling digest v0.10.7
2026-06-21T11:54:07.0176615Z    Compiling deranged v0.5.8
2026-06-21T11:54:07.0700963Z    Compiling http-body v1.0.1
2026-06-21T11:54:07.1401020Z    Compiling data-encoding v2.11.0
2026-06-21T11:54:07.2220031Z    Compiling mio v1.2.1
2026-06-21T11:54:07.2557936Z    Compiling socket2 v0.6.4
2026-06-21T11:54:07.2661142Z    Compiling getrandom v0.2.17
2026-06-21T11:54:07.2941215Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T11:54:07.4031204Z    Compiling vcpkg v0.2.15
2026-06-21T11:54:07.4293839Z    Compiling base64 v0.22.1
2026-06-21T11:54:07.5522070Z    Compiling rand v0.10.1
2026-06-21T11:54:07.5843611Z    Compiling rand_core v0.6.4
2026-06-21T11:54:07.6353572Z    Compiling try-lock v0.2.5
2026-06-21T11:54:07.6631225Z    Compiling tower-service v0.3.3
2026-06-21T11:54:07.7150680Z    Compiling tinyvec_macros v0.1.1
2026-06-21T11:54:07.7340763Z    Compiling pkg-config v0.3.33
2026-06-21T11:54:07.7410881Z    Compiling zmij v1.0.21
2026-06-21T11:54:07.7600944Z    Compiling num-conv v0.2.2
2026-06-21T11:54:07.7730571Z    Compiling time-core v0.1.8
2026-06-21T11:54:07.7830359Z    Compiling tinyvec v1.11.0
2026-06-21T11:54:07.9150592Z    Compiling want v0.3.1
2026-06-21T11:54:07.9255101Z    Compiling parking_lot v0.12.5
2026-06-21T11:54:07.9614455Z    Compiling crypto-common v0.2.2
2026-06-21T11:54:08.0320309Z    Compiling block-buffer v0.12.0
2026-06-21T11:54:08.1498533Z    Compiling sha2 v0.10.9
2026-06-21T11:54:08.2100636Z    Compiling inout v0.1.4
2026-06-21T11:54:08.2240466Z    Compiling vergen-lib v9.1.0
2026-06-21T11:54:08.3354315Z    Compiling cmake v0.1.58
2026-06-21T11:54:08.3371175Z    Compiling n0-future v0.3.2
2026-06-21T11:54:08.3860480Z    Compiling crossbeam-utils v0.8.21
2026-06-21T11:54:08.3930575Z    Compiling httpdate v1.0.3
2026-06-21T11:54:08.4240844Z    Compiling spin v0.10.0
2026-06-21T11:54:08.4853508Z    Compiling signature v2.2.0
2026-06-21T11:54:08.5086550Z    Compiling parking v2.2.1
2026-06-21T11:54:08.5277980Z    Compiling serde_json v1.0.150
2026-06-21T11:54:08.5423539Z    Compiling winnow v1.0.3
2026-06-21T11:54:08.5520425Z    Compiling cordyceps v0.3.4
2026-06-21T11:54:08.5740600Z    Compiling diatomic-waker v0.2.3
2026-06-21T11:54:08.6142861Z    Compiling ed25519 v2.2.3
2026-06-21T11:54:08.6570451Z    Compiling futures-lite v2.6.1
2026-06-21T11:54:08.7050606Z    Compiling cipher v0.4.4
2026-06-21T11:54:08.7416138Z    Compiling netlink-packet-core v0.8.1
2026-06-21T11:54:08.7570657Z    Compiling universal-hash v0.5.1
2026-06-21T11:54:08.7640333Z    Compiling vergen v9.1.0
2026-06-21T11:54:08.7827701Z    Compiling vergen-lib v0.1.6
2026-06-21T11:54:08.8420944Z    Compiling digest v0.11.3
2026-06-21T11:54:08.8690655Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T11:54:08.9060424Z    Compiling heapless v0.7.17
2026-06-21T11:54:08.9230751Z    Compiling noq-udp v0.10.0
2026-06-21T11:54:08.9500715Z    Compiling futures-buffered v0.2.13
2026-06-21T11:54:08.9546743Z    Compiling sync_wrapper v1.0.2
2026-06-21T11:54:08.9551219Z    Compiling allocator-api2 v0.2.21
2026-06-21T11:54:08.9720290Z    Compiling byteorder v1.5.0
2026-06-21T11:54:09.0543565Z    Compiling opaque-debug v0.3.1
2026-06-21T11:54:09.0803411Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T11:54:09.1440290Z    Compiling hash32 v0.2.1
2026-06-21T11:54:09.1539847Z    Compiling aws-lc-sys v0.41.0
2026-06-21T11:54:09.1700892Z    Compiling ring v0.17.14
2026-06-21T11:54:09.1720536Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T11:54:09.1850810Z    Compiling polyval v0.6.2
2026-06-21T11:54:09.3010748Z    Compiling spin v0.9.8
2026-06-21T11:54:09.3414135Z    Compiling vergen-gitcl v1.0.8
2026-06-21T11:54:09.3532844Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T11:54:09.3710802Z    Compiling tower-layer v0.3.3
2026-06-21T11:54:09.4420800Z    Compiling signature v3.0.0
2026-06-21T11:54:09.4591344Z    Compiling ryu v1.0.23
2026-06-21T11:54:09.4988212Z    Compiling num_threads v0.1.7
2026-06-21T11:54:09.5129782Z    Compiling fallible-iterator v0.3.0
2026-06-21T11:54:09.5590739Z    Compiling ghash v0.5.1
2026-06-21T11:54:09.6010450Z    Compiling time v0.3.47
2026-06-21T11:54:09.6075987Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T11:54:09.6166649Z    Compiling ctr v0.9.2
2026-06-21T11:54:09.6747793Z    Compiling aes v0.8.4
2026-06-21T11:54:09.6880730Z    Compiling http-body-util v0.1.3
2026-06-21T11:54:09.7538255Z    Compiling fs2 v0.4.3
2026-06-21T11:54:09.8320669Z    Compiling aead v0.5.2
2026-06-21T11:54:09.9250522Z    Compiling openssl-probe v0.2.1
2026-06-21T11:54:09.9470309Z    Compiling crossbeam-channel v0.5.15
2026-06-21T11:54:09.9560562Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T11:54:09.9672593Z    Compiling blake3 v1.8.5
2026-06-21T11:54:09.9810598Z    Compiling netlink-packet-route v0.29.0
2026-06-21T11:54:10.0941107Z    Compiling uuid v1.23.2
2026-06-21T11:54:10.2692468Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T11:54:10.3387444Z    Compiling aes-gcm v0.10.3
2026-06-21T11:54:10.4110526Z    Compiling memoffset v0.6.5
2026-06-21T11:54:10.4369835Z    Compiling acto v0.8.2
2026-06-21T11:54:10.4538817Z    Compiling netwatch v0.16.0
2026-06-21T11:54:10.5120704Z    Compiling noq v0.18.0
2026-06-21T11:54:10.6220503Z    Compiling rustix v1.1.4
2026-06-21T11:54:10.6360842Z    Compiling identity-hash v0.1.0
2026-06-21T11:54:10.6650863Z    Compiling tagptr v0.2.0
2026-06-21T11:54:10.6810413Z    Compiling thiserror v1.0.69
2026-06-21T11:54:10.7135455Z    Compiling ref-cast v1.0.25
2026-06-21T11:54:10.7417269Z    Compiling lru-slab v0.1.2
2026-06-21T11:54:10.7770856Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T11:54:10.8038558Z    Compiling foldhash v0.2.0
2026-06-21T11:54:10.8794089Z    Compiling mac-addr v0.3.0
2026-06-21T11:54:10.9026346Z    Compiling rustc-hash v2.1.2
2026-06-21T11:54:10.9418047Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T11:54:10.9719722Z    Compiling xml-rs v0.8.28
2026-06-21T11:54:11.0181299Z    Compiling hashbrown v0.16.1
2026-06-21T11:54:11.0959352Z    Compiling netlink-packet-route v0.30.0
2026-06-21T11:54:11.1580673Z    Compiling termios v0.2.2
2026-06-21T11:54:11.1970874Z    Compiling serial-core v0.4.0
2026-06-21T11:54:11.2050707Z    Compiling ioctl-rs v0.1.6
2026-06-21T11:54:11.3096844Z    Compiling synstructure v0.13.2
2026-06-21T11:54:11.3106475Z    Compiling darling_core v0.20.11
2026-06-21T11:54:11.3700023Z    Compiling serde_derive_internals v0.29.1
2026-06-21T11:54:11.6655789Z    Compiling errno v0.3.14
2026-06-21T11:54:11.8030399Z    Compiling proc-macro-crate v3.5.0
2026-06-21T11:54:11.8272642Z    Compiling xmltree v0.10.3
2026-06-21T11:54:11.8534204Z    Compiling simple-dns v0.9.3
2026-06-21T11:54:12.0188008Z    Compiling aho-corasick v1.1.4
2026-06-21T11:54:12.0241340Z    Compiling linux-raw-sys v0.12.1
2026-06-21T11:54:12.0388655Z    Compiling regex-syntax v0.8.10
2026-06-21T11:54:12.1921086Z    Compiling arrayref v0.3.9
2026-06-21T11:54:12.2590653Z    Compiling smol_str v0.1.24
2026-06-21T11:54:12.3240781Z    Compiling simdutf8 v0.1.5
2026-06-21T11:54:12.3908267Z    Compiling arrayvec v0.7.6
2026-06-21T11:54:12.4603370Z    Compiling toml_write v0.1.2
2026-06-21T11:54:12.5010574Z    Compiling sha1_smol v1.0.1
2026-06-21T11:54:12.5591175Z    Compiling signal-hook v0.3.18
2026-06-21T11:54:12.5930870Z    Compiling constant_time_eq v0.4.2
2026-06-21T11:54:12.5996104Z    Compiling resolv-conf v0.7.6
2026-06-21T11:54:12.6441077Z    Compiling winnow v0.7.15
2026-06-21T11:54:12.7681730Z    Compiling lru v0.16.4
2026-06-21T11:54:12.7951021Z    Compiling signal-hook-registry v1.4.8
2026-06-21T11:54:12.9753406Z    Compiling serial-unix v0.4.0
2026-06-21T11:54:13.0725615Z    Compiling serde_derive v1.0.228
2026-06-21T11:54:13.1126952Z    Compiling zeroize_derive v1.4.3
2026-06-21T11:54:13.1650682Z    Compiling tokio-macros v2.7.0
2026-06-21T11:54:13.1811226Z    Compiling futures-macro v0.3.32
2026-06-21T11:54:13.4391072Z    Compiling zerofrom-derive v0.1.7
2026-06-21T11:54:13.7200725Z    Compiling zeroize v1.8.2
2026-06-21T11:54:13.8793204Z    Compiling yoke-derive v0.8.2
2026-06-21T11:54:13.9540888Z    Compiling tokio v1.52.3
2026-06-21T11:54:14.1240756Z    Compiling futures-util v0.3.32
2026-06-21T11:54:14.3878366Z    Compiling zerovec-derive v0.11.3
2026-06-21T11:54:14.7820907Z    Compiling displaydoc v0.2.6
2026-06-21T11:54:14.8925119Z    Compiling zerofrom v0.1.8
2026-06-21T11:54:15.0100928Z    Compiling tracing-attributes v0.1.31
2026-06-21T11:54:15.0979684Z    Compiling yoke v0.8.3
2026-06-21T11:54:15.2110512Z    Compiling rustls-pki-types v1.14.1
2026-06-21T11:54:15.3112274Z    Compiling thiserror-impl v2.0.18
2026-06-21T11:54:15.3287540Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T11:54:15.7389849Z    Compiling zerotrie v0.2.4
2026-06-21T11:54:15.9000839Z    Compiling zerovec v0.11.6
2026-06-21T11:54:15.9762402Z    Compiling darling_macro v0.20.11
2026-06-21T11:54:16.0330459Z    Compiling derive_more-impl v2.1.1
2026-06-21T11:54:16.1010798Z    Compiling spez v0.1.2
2026-06-21T11:54:16.1951109Z    Compiling n0-error-macros v0.1.3
2026-06-21T11:54:16.3619147Z    Compiling darling v0.20.11
2026-06-21T11:54:16.4350647Z    Compiling derive_builder_core v0.20.2
2026-06-21T11:54:16.5810558Z    Compiling der v0.8.0-rc.10
2026-06-21T11:54:16.6086538Z    Compiling pin-project-internal v1.1.13
2026-06-21T11:54:16.7630209Z    Compiling tinystr v0.8.3
2026-06-21T11:54:17.0916809Z    Compiling icu_locale_core v2.2.0
2026-06-21T11:54:17.1469821Z    Compiling potential_utf v0.1.5
2026-06-21T11:54:17.3240812Z    Compiling icu_collections v2.2.0
2026-06-21T11:54:17.5450488Z    Compiling n0-error v0.1.3
2026-06-21T11:54:17.7422504Z    Compiling derive_builder_macro v0.20.2
2026-06-21T11:54:17.8820578Z    Compiling pin-project v1.1.13
2026-06-21T11:54:17.9351933Z    Compiling futures-executor v0.3.32
2026-06-21T11:54:17.9660542Z    Compiling ed25519-dalek v2.2.0
2026-06-21T11:54:18.0520310Z    Compiling derive_builder v0.20.2
2026-06-21T11:54:18.0603987Z    Compiling cobs v0.3.0
2026-06-21T11:54:18.0917181Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T11:54:18.2791172Z    Compiling ipnet v2.12.0
2026-06-21T11:54:18.3110429Z    Compiling spki v0.8.0-rc.4
2026-06-21T11:54:18.3650711Z    Compiling icu_provider v2.2.0
2026-06-21T11:54:18.4843150Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T11:54:18.5051046Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T11:54:18.6760506Z    Compiling icu_properties v2.2.0
2026-06-21T11:54:18.7535147Z    Compiling icu_normalizer v2.2.0
2026-06-21T11:54:18.9051116Z    Compiling prefix-trie v0.8.4
2026-06-21T11:54:18.9322113Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T11:54:19.0649990Z    Compiling once_cell v1.21.4
2026-06-21T11:54:19.0960601Z    Compiling futures v0.3.32
2026-06-21T11:54:19.3215555Z    Compiling tracing-core v0.1.36
2026-06-21T11:54:19.3466780Z    Compiling postcard-derive v0.2.2
2026-06-21T11:54:19.5442930Z    Compiling hashbrown v0.14.5
2026-06-21T11:54:19.5580740Z    Compiling data-encoding-macro v0.1.20
2026-06-21T11:54:19.6260388Z    Compiling rustls-native-certs v0.8.4
2026-06-21T11:54:19.6720952Z    Compiling async-trait v0.1.89
2026-06-21T11:54:19.8220988Z    Compiling tokio-util v0.7.18
2026-06-21T11:54:19.9435960Z    Compiling tracing v0.1.44
2026-06-21T11:54:20.0321131Z    Compiling netlink-sys v0.8.8
2026-06-21T11:54:20.0957025Z    Compiling idna_adapter v1.2.2
2026-06-21T11:54:20.1710545Z    Compiling postcard v1.1.3
2026-06-21T11:54:20.2379712Z    Compiling idna v1.1.0
2026-06-21T11:54:20.3202415Z    Compiling hashlink v0.9.1
2026-06-21T11:54:20.3502626Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T11:54:20.3830909Z    Compiling tower v0.5.3
2026-06-21T11:54:20.5220454Z    Compiling derive_more v2.1.1
2026-06-21T11:54:20.5802122Z    Compiling num_enum_derive v0.7.6
2026-06-21T11:54:20.6090879Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T11:54:20.6898327Z    Compiling enum-assoc v1.3.0
2026-06-21T11:54:20.7051288Z    Compiling url v2.5.8
2026-06-21T11:54:20.7400406Z    Compiling strum_macros v0.28.0
2026-06-21T11:54:20.7959371Z    Compiling netdev v0.42.0
2026-06-21T11:54:20.8082596Z    Compiling netlink-proto v0.12.0
2026-06-21T11:54:20.8376133Z    Compiling iroh-relay v0.98.0
2026-06-21T11:54:20.9170436Z    Compiling h2 v0.4.14
2026-06-21T11:54:21.0860512Z    Compiling rusqlite v0.32.1
2026-06-21T11:54:21.1053334Z    Compiling n0-watcher v0.6.1
2026-06-21T11:54:21.1196466Z    Compiling tokio-stream v0.1.18
2026-06-21T11:54:21.1720925Z    Compiling moka v0.12.15
2026-06-21T11:54:21.2298343Z    Compiling iroh-metrics v0.38.3
2026-06-21T11:54:21.3770660Z    Compiling toml_datetime v0.6.11
2026-06-21T11:54:21.3897606Z    Compiling serde_spanned v0.6.9
2026-06-21T11:54:21.5180534Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T11:54:21.5311068Z    Compiling iroh-base v0.98.0
2026-06-21T11:54:21.5860318Z    Compiling attohttpc v0.30.1
2026-06-21T11:54:21.6600756Z    Compiling num_enum v0.7.6
2026-06-21T11:54:21.6974485Z    Compiling tower-http v0.6.11
2026-06-21T11:54:21.7587421Z    Compiling ref-cast-impl v1.0.25
2026-06-21T11:54:21.7911270Z    Compiling thiserror-impl v1.0.69
2026-06-21T11:54:21.8000582Z    Compiling toml_edit v0.22.27
2026-06-21T11:54:22.3600835Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T11:54:22.3834026Z    Compiling webpki-roots v1.0.7
2026-06-21T11:54:22.4122835Z    Compiling regex-automata v0.4.14
2026-06-21T11:54:22.4386713Z    Compiling schemars_derive v1.2.1
2026-06-21T11:54:22.4874325Z    Compiling darling_core v0.23.0
2026-06-21T11:54:22.5541174Z    Compiling serde_bytes v0.11.19
2026-06-21T11:54:22.8730537Z    Compiling hmac v0.12.1
2026-06-21T11:54:23.0030395Z    Compiling seize v0.5.1
2026-06-21T11:54:23.0277166Z    Compiling iroh v0.98.2
2026-06-21T11:54:23.0784268Z    Compiling rustix v0.38.44
2026-06-21T11:54:23.3310684Z    Compiling cmov v0.5.4
2026-06-21T11:54:23.3890235Z    Compiling pin-utils v0.1.0
2026-06-21T11:54:23.4312473Z    Compiling bitflags v1.3.2
2026-06-21T11:54:23.4421641Z    Compiling utf8parse v0.2.2
2026-06-21T11:54:23.4478599Z    Compiling dyn-clone v1.0.20
2026-06-21T11:54:23.5026017Z    Compiling anstyle-parse v1.0.0
2026-06-21T11:54:23.5130430Z    Compiling nix v0.25.1
2026-06-21T11:54:23.5290869Z    Compiling filedescriptor v0.8.3
2026-06-21T11:54:23.5960729Z    Compiling ctutils v0.4.2
2026-06-21T11:54:23.6340520Z    Compiling strum v0.28.0
2026-06-21T11:54:23.6462115Z    Compiling papaya v0.2.4
2026-06-21T11:54:23.7065002Z    Compiling hkdf v0.12.4
2026-06-21T11:54:23.7450950Z    Compiling iroh-dns v0.98.0
2026-06-21T11:54:23.7921102Z    Compiling backon v1.6.0
2026-06-21T11:54:23.8530515Z    Compiling serial v0.4.0
2026-06-21T11:54:23.9350872Z    Compiling linux-raw-sys v0.4.15
2026-06-21T11:54:23.9500616Z    Compiling shell-words v1.1.1
2026-06-21T11:54:24.1262648Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T11:54:24.1330158Z    Compiling colorchoice v1.0.5
2026-06-21T11:54:24.1750329Z    Compiling foldhash v0.1.5
2026-06-21T11:54:24.2120518Z    Compiling instability v0.3.12
2026-06-21T11:54:24.2439822Z    Compiling anstyle v1.0.14
2026-06-21T11:54:24.2871724Z    Compiling downcast-rs v1.2.1
2026-06-21T11:54:24.3140392Z    Compiling anstyle-query v1.1.5
2026-06-21T11:54:24.3512491Z    Compiling hashbrown v0.15.5
2026-06-21T11:54:24.3629786Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T11:54:24.4331163Z    Compiling signal-hook-mio v0.2.5
2026-06-21T11:54:24.4492486Z    Compiling spake2 v0.4.0
2026-06-21T11:54:24.5183107Z    Compiling anstream v1.0.0
2026-06-21T11:54:24.5341003Z    Compiling schemars v1.2.1
2026-06-21T11:54:24.5580656Z    Compiling terminal_size v0.4.4
2026-06-21T11:54:24.6975841Z    Compiling toml v0.8.23
2026-06-21T11:54:24.8940800Z    Compiling strum_macros v0.26.4
2026-06-21T11:54:24.9175761Z    Compiling sha1 v0.10.6
2026-06-21T11:54:25.1990703Z    Compiling itertools v0.13.0
2026-06-21T11:54:25.2157449Z    Compiling castaway v0.2.4
2026-06-21T11:54:25.3211653Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T11:54:25.6200551Z    Compiling regex v1.12.3
2026-06-21T11:54:25.6970706Z    Compiling indoc v2.0.7
2026-06-21T11:54:26.0992296Z    Compiling darling_macro v0.23.0
2026-06-21T11:54:26.1821857Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T11:54:26.1890303Z    Compiling clap_lex v1.1.0
2026-06-21T11:54:26.3401728Z    Compiling static_assertions v1.1.0
2026-06-21T11:54:26.4200916Z    Compiling hyper v1.10.1
2026-06-21T11:54:26.4630932Z    Compiling unicode-width v0.1.14
2026-06-21T11:54:26.5000603Z    Compiling darling v0.23.0
2026-06-21T11:54:26.5629384Z    Compiling doctest-file v1.1.1
2026-06-21T11:54:26.9796599Z    Compiling compact_str v0.8.2
2026-06-21T11:54:27.0840586Z    Compiling interprocess v2.4.2
2026-06-21T11:54:27.1190458Z    Compiling clap_builder v4.6.0
2026-06-21T11:54:27.2149758Z    Compiling unicode-truncate v1.1.0
2026-06-21T11:54:27.3221473Z    Compiling crossterm v0.28.1
2026-06-21T11:54:27.3628913Z    Compiling lru v0.12.5
2026-06-21T11:54:27.4042390Z    Compiling strum v0.26.3
2026-06-21T11:54:27.4256904Z    Compiling clap_derive v4.6.1
2026-06-21T11:54:27.5164796Z    Compiling cassowary v0.3.0
2026-06-21T11:54:27.5250586Z    Compiling iana-time-zone v0.1.65
2026-06-21T11:54:27.7929577Z    Compiling portable-pty v0.8.1
2026-06-21T11:54:27.8815630Z    Compiling unicode-width v0.2.0
2026-06-21T11:54:27.9510559Z    Compiling chrono v0.4.45
2026-06-21T11:54:28.0340656Z    Compiling nucleo-matcher v0.3.1
2026-06-21T11:54:28.1851053Z    Compiling qrcode v0.14.1
2026-06-21T11:54:28.3231246Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T11:54:28.3330981Z    Compiling ratatui v0.29.0
2026-06-21T11:54:28.6100817Z    Compiling hyper-util v0.1.20
2026-06-21T11:54:28.9563648Z    Compiling tempfile v3.27.0
2026-06-21T11:54:29.2730967Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T11:54:29.9433298Z    Compiling clap v4.6.1
2026-06-21T11:54:30.6191056Z    Compiling igd-next v0.17.1
2026-06-21T11:54:31.6831045Z    Compiling portmapper v0.16.0
2026-06-21T11:54:36.4143727Z    Compiling rustls-webpki v0.103.13
2026-06-21T11:54:38.7849889Z    Compiling tokio-rustls v0.26.4
2026-06-21T11:54:38.7850830Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T11:54:38.7851183Z    Compiling noq-proto v0.17.0
2026-06-21T11:54:38.9330491Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T11:54:38.9331278Z    Compiling hyper-rustls v0.27.9
2026-06-21T11:54:38.9331907Z    Compiling tokio-websockets v0.13.2
2026-06-21T11:54:39.0588382Z    Compiling reqwest v0.13.4
2026-06-21T11:54:39.9880141Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T11:54:53.6728274Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T11:54:55.0098262Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T11:55:02.0351753Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T11:55:05.6843288Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-21T11:55:05.7079541Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T11:55:05.7094601Z 
2026-06-21T11:55:05.7094743Z running 1 test
2026-06-21T11:55:11.8964766Z test new_brain_serves_against_old_broker ... ok
2026-06-21T11:55:11.8965169Z 
2026-06-21T11:55:11.8965477Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T11:55:11.8965864Z 
